This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Passing info to a field during a save command. ~Anita Quetkrotex 20.Jan.04 08:26 PM a Web browser Domino Designer 6.0.3All Platforms
FIELD b:=b;
@SetField("b";a);
You don't need the first line if you're using R6+ consistently in your organization (or so they say).
There's an @DeleteField function if you want field(a) to be removed.